@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.32 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SquareMetersSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m3.06 7.545-.544 6.736a.75.75 0 0 1-1.495-.12l.645-7.99c.11-1.363 2.015-1.584 2.435-.283l1.902 5.891 1.902-5.89c.42-1.302 2.325-1.08 2.435.283l.645 7.989a.75.75 0 1 1-1.495.12l-.544-6.736-1.754 5.432c-.372 1.155-2.006 1.155-2.379 0z", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M11.921 2.807a.5.5 0 0 0 .587-.383l.002-.006.016-.046a.7.7 0 0 1 .088-.157c.075-.097.21-.215.506-.215.608 0 .814.51.653.832-.104.209-.263.371-.476.53a6 6 0 0 1-.426.28c-.103.062-.213.13-.34.214-.28.185-.587.418-.823.76-.242.35-.39.78-.408 1.325a.6.6 0 0 0 .598.618h2.606a.5.5 0 0 0 0-1h-2.146c.042-.154.103-.274.172-.374.128-.186.31-.335.55-.494.072-.047.159-.101.253-.16.182-.112.39-.24.56-.366a2.5 2.5 0 0 0 .775-.886C15.199 2.216 14.384 1 13.12 1c-.64 0-1.055.29-1.296.603a1.7 1.7 0 0 0-.23.404c-.021.055-.054.175-.064.212a.5.5 0 0 0 .391.588" }))); });
SquareMetersSIcon.displayName = 'SquareMetersSIcon';