open-icon
Version:
Open Icon
8 lines (7 loc) • 1.3 kB
JavaScript
// lib/icons/security-camera3.ts
var IconSecurityCamera3 = `<svg id="security_camera_3" data-name="security camera 3" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M18,31.5v4.5c0,9.94,8.06,18,18,18s18-8.06,18-18v-4.5H18Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><circle cx="36" cy="45" r="9" 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));"/><path d="M18,31.5v4.5c0,9.94,8.06,18,18,18s18-8.06,18-18v-4.5H18Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M13.5,18h45v11.5c0,1.1-.9,2-2,2H15.5c-1.1,0-2-.9-2-2v-11.5h0Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="45" x2="36" y2="45" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var security_camera3_default = IconSecurityCamera3;
export {
IconSecurityCamera3,
security_camera3_default as default
};