[
  {
    "id": "house",
    "name": "House",
    "category": "structures",
    "defaultWidth": 40,
    "defaultHeight": 30,
    "icon": "H",
    "iconColor": "#c9c9c9",
    "description": "Main house structure"
  },
  {
    "id": "garage",
    "name": "Garage",
    "category": "structures",
    "defaultWidth": 24,
    "defaultHeight": 24,
    "icon": "G",
    "iconColor": "#b0b0b0",
    "description": "Detached garage"
  },
  {
    "id": "shed",
    "name": "Shed",
    "category": "structures",
    "defaultWidth": 10,
    "defaultHeight": 10,
    "icon": "S",
    "iconColor": "#a0a0a0",
    "description": "Garden shed"
  },
  {
    "id": "deck",
    "name": "Deck",
    "category": "structures",
    "defaultWidth": 20,
    "defaultHeight": 12,
    "icon": "D",
    "iconColor": "#8b7355",
    "description": "Wooden deck"
  },
  {
    "id": "porch",
    "name": "Porch",
    "category": "structures",
    "defaultWidth": 12,
    "defaultHeight": 6,
    "icon": "P",
    "iconColor": "#9a8b7a",
    "description": "Front porch"
  },
  {
    "id": "patio",
    "name": "Patio",
    "category": "hardscapes",
    "defaultWidth": 16,
    "defaultHeight": 16,
    "icon": "Pa",
    "iconColor": "#b8a088",
    "description": "Patio area"
  },
  {
    "id": "walkway",
    "name": "Walkway",
    "category": "hardscapes",
    "defaultWidth": 4,
    "defaultHeight": 20,
    "icon": "W",
    "iconColor": "#c9b39a",
    "description": "Garden walkway"
  },
  {
    "id": "driveway",
    "name": "Driveway",
    "category": "hardscapes",
    "defaultWidth": 12,
    "defaultHeight": 30,
    "icon": "Dr",
    "iconColor": "#a09080",
    "description": "Concrete or asphalt driveway"
  },
  {
    "id": "steps",
    "name": "Steps",
    "category": "hardscapes",
    "defaultWidth": 6,
    "defaultHeight": 12,
    "icon": "St",
    "iconColor": "#a08060",
    "description": "Stairway or steps"
  },
  {
    "id": "retaining-wall",
    "name": "Retaining Wall",
    "category": "hardscapes",
    "defaultWidth": 20,
    "defaultHeight": 1,
    "icon": "RW",
    "iconColor": "#8b7355",
    "description": "Retaining wall"
  },
  {
    "id": "seating-wall",
    "name": "Seating Wall",
    "category": "hardscapes",
    "defaultWidth": 10,
    "defaultHeight": 1.5,
    "icon": "SW",
    "iconColor": "#a08060",
    "description": "Built-in seating wall"
  },
  {
    "id": "border",
    "name": "Border",
    "category": "hardscapes",
    "defaultWidth": 20,
    "defaultHeight": 0.5,
    "icon": "B",
    "iconColor": "#7cb87c",
    "description": "Garden border"
  },
  {
    "id": "fence",
    "name": "Fence",
    "category": "hardscapes",
    "defaultWidth": 50,
    "defaultHeight": 0.5,
    "icon": "F",
    "iconColor": "#8b7355",
    "description": "Property fence"
  },
  {
    "id": "lawn",
    "name": "Lawn Area",
    "category": "softscapes",
    "defaultWidth": 30,
    "defaultHeight": 20,
    "icon": "L",
    "iconColor": "#7cb87c",
    "description": "Grass lawn area"
  },
  {
    "id": "mulch-bed",
    "name": "Mulch Bed",
    "category": "softscapes",
    "defaultWidth": 10,
    "defaultHeight": 8,
    "icon": "M",
    "iconColor": "#5c4033",
    "description": "Mulch garden bed"
  },
  {
    "id": "garden-bed",
    "name": "Garden Bed",
    "category": "softscapes",
    "defaultWidth": 12,
    "defaultHeight": 6,
    "icon": "GB",
    "iconColor": "#556b2f",
    "description": "Perennial garden bed"
  },
  {
    "id": "soil-bed",
    "name": "Soil Bed",
    "category": "softscapes",
    "defaultWidth": 8,
    "defaultHeight": 8,
    "icon": "So",
    "iconColor": "#6b5345",
    "description": "Topsoil bed"
  },
  {
    "id": "gravel-area",
    "name": "Gravel Area",
    "category": "softscapes",
    "defaultWidth": 10,
    "defaultHeight": 10,
    "icon": "Gr",
    "iconColor": "#a0a0a0",
    "description": "Decorative gravel area"
  },
  {
    "id": "river-rock",
    "name": "River Rock",
    "category": "softscapes",
    "defaultWidth": 8,
    "defaultHeight": 6,
    "icon": "RR",
    "iconColor": "#b0b0b0",
    "description": "River rock bed"
  },
  {
    "id": "tree",
    "name": "Tree",
    "category": "plants",
    "defaultWidth": 12,
    "defaultHeight": 12,
    "icon": "T",
    "iconColor": "#228b22",
    "description": "Deciduous tree"
  },
  {
    "id": "evergreen",
    "name": "Evergreen",
    "category": "plants",
    "defaultWidth": 8,
    "defaultHeight": 8,
    "icon": "E",
    "iconColor": "#1a4a1a",
    "description": "Evergreen tree or shrub"
  },
  {
    "id": "shrub",
    "name": "Shrub",
    "category": "plants",
    "defaultWidth": 4,
    "defaultHeight": 4,
    "icon": "Sh",
    "iconColor": "#3d6b2d",
    "description": "Deciduous shrub"
  },
  {
    "id": "flower",
    "name": "Flower",
    "category": "plants",
    "defaultWidth": 2,
    "defaultHeight": 2,
    "icon": "Fl",
    "iconColor": "#ff69b4",
    "description": "Flowering plant"
  },
  {
    "id": "grass",
    "name": "Ornamental Grass",
    "category": "plants",
    "defaultWidth": 3,
    "defaultHeight": 3,
    "icon": "Og",
    "iconColor": "#7cb87c",
    "description": "Ornamental grass"
  },
  {
    "id": "hedge",
    "name": "Hedge",
    "category": "plants",
    "defaultWidth": 20,
    "defaultHeight": 2,
    "icon": "He",
    "iconColor": "#3d6b2d",
    "description": "Hedge row"
  },
  {
    "id": "fire-pit",
    "name": "Fire Pit",
    "category": "features",
    "defaultWidth": 6,
    "defaultHeight": 6,
    "icon": "FP",
    "iconColor": "#cd5c5c",
    "description": "Outdoor fire pit"
  },
  {
    "id": "pool",
    "name": "Swimming Pool",
    "category": "features",
    "defaultWidth": 30,
    "defaultHeight": 15,
    "icon": "Po",
    "iconColor": "#4682b4",
    "description": "In-ground pool"
  },
  {
    "id": "pond",
    "name": "Pond",
    "category": "features",
    "defaultWidth": 12,
    "defaultHeight": 10,
    "icon": "Pn",
    "iconColor": "#5a8ca0",
    "description": "Garden pond"
  },
  {
    "id": "water-feature",
    "name": "Water Feature",
    "category": "features",
    "defaultWidth": 6,
    "defaultHeight": 4,
    "icon": "WF",
    "iconColor": "#5a9aa0",
    "description": "Fountain or waterfall"
  },
  {
    "id": "pergola",
    "name": "Pergola",
    "category": "features",
    "defaultWidth": 12,
    "defaultHeight": 12,
    "icon": "Pe",
    "iconColor": "#8b7355",
    "description": "Pergola structure"
  },
  {
    "id": "outdoor-kitchen",
    "name": "Outdoor Kitchen",
    "category": "features",
    "defaultWidth": 10,
    "defaultHeight": 6,
    "icon": "OK",
    "iconColor": "#a08060",
    "description": "Outdoor kitchen area"
  },
  {
    "id": "furniture",
    "name": "Furniture",
    "category": "features",
    "defaultWidth": 6,
    "defaultHeight": 6,
    "icon": "Fu",
    "iconColor": "#c9b39a",
    "description": "Outdoor furniture"
  },
  {
    "id": "light",
    "name": "Light Fixture",
    "category": "features",
    "defaultWidth": 1,
    "defaultHeight": 1,
    "icon": "Li",
    "iconColor": "#ffd700",
    "description": "Landscape lighting"
  },
  {
    "id": "property-boundary",
    "name": "Property Boundary",
    "category": "hardscapes",
    "defaultWidth": 100,
    "defaultHeight": 100,
    "icon": "PB",
    "iconColor": "#666666",
    "description": "Line or polyline for property lines"
  },
  {
    "id": "l-shaped-house",
    "name": "L-shaped House",
    "category": "structures",
    "defaultWidth": 50,
    "defaultHeight": 40,
    "icon": "LH",
    "iconColor": "#c9c9c9",
    "description": "House with L configuration"
  },
  {
    "id": "area-label",
    "name": "Area Label",
    "category": "annotations",
    "defaultWidth": 10,
    "defaultHeight": 5,
    "icon": "AL",
    "iconColor": "#333333",
    "description": "Text label showing area measurement"
  },
  {
    "id": "plant-label",
    "name": "Plant Label",
    "category": "annotations",
    "defaultWidth": 8,
    "defaultHeight": 4,
    "icon": "PL",
    "iconColor": "#228b22",
    "description": "Label with plant name and quantity"
  },
  {
    "id": "material-label",
    "name": "Material Label",
    "category": "annotations",
    "defaultWidth": 8,
    "defaultHeight": 4,
    "icon": "ML",
    "iconColor": "#8b7355",
    "description": "Label showing material and area"
  },
  {
    "id": "measurement-line",
    "name": "Measurement Line",
    "category": "annotations",
    "defaultWidth": 20,
    "defaultHeight": 1,
    "icon": "Mm",
    "iconColor": "#333333",
    "description": "Shows distance measurement"
  },
  {
    "id": "callout-arrow",
    "name": "Callout Arrow",
    "category": "annotations",
    "defaultWidth": 8,
    "defaultHeight": 4,
    "icon": "CA",
    "iconColor": "#333333",
    "description": "Arrow with text callout"
  },
  {
    "id": "soldier-course-border",
    "name": "Soldier Course Border",
    "category": "hardscapes",
    "defaultWidth": 20,
    "defaultHeight": 0.75,
    "icon": "SB",
    "iconColor": "#a08060",
    "description": "Single border pattern"
  },
  {
    "id": "double-soldier-course-border",
    "name": "Double Soldier Course Border",
    "category": "hardscapes",
    "defaultWidth": 20,
    "defaultHeight": 1,
    "icon": "DB",
    "iconColor": "#8b7355",
    "description": "Double border pattern"
  },
  {
    "id": "hedge-row",
    "name": "Hedge Row",
    "category": "plants",
    "defaultWidth": 30,
    "defaultHeight": 2,
    "icon": "Hr",
    "iconColor": "#3d6b2d",
    "description": "Linear hedge planting"
  }
]
