UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.78 kB
// lib/icons/security-camera2.ts var IconSecurityCamera2 = `<svg id="security_camera_2" data-name="security camera 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g ><rect x="14.21" y="25.64" width="40.5" height="18" rx="2" ry="2" transform="translate(34.58 -14.22) rotate(45)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><line x1="58.33" y1="52.14" x2="51.96" y2="58.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><path d="M18,58.5h7c1.1,0,2-.9,2-2v-16" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><g><rect x="14.21" y="25.64" width="40.5" height="18" rx="2" ry="2" transform="translate(34.58 -14.22) rotate(45)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="58.33" y1="52.14" x2="51.96" y2="58.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g><path d="M13.5,54v9c2.49,0,4.5-2.01,4.5-4.5s-2.01-4.5-4.5-4.5Z" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="27" y1="27" x2="27" y2="27" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var security_camera2_default = IconSecurityCamera2; export { IconSecurityCamera2, security_camera2_default as default };