@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 2.15 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SquareMetersSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.05964 7.54487L2.51601 14.2812C2.48269 14.694 2.12098 15.0017 1.70811 14.9684C1.29524 14.9351 0.987553 14.5734 1.02087 14.1605L1.66558 6.1717C1.77561 4.80838 3.68092 4.58664 4.10109 5.88825L6.0028 11.7794L7.90451 5.88825C8.32468 4.58665 10.23 4.80837 10.34 6.17169L10.9847 14.1605C11.0181 14.5734 10.7104 14.9351 10.2975 14.9684C9.88462 15.0017 9.52291 14.694 9.48959 14.2812L8.94596 7.54487L7.19236 12.9772C6.81962 14.1319 5.18598 14.1319 4.81325 12.9772L3.05964 7.54487Z", fill: "currentColor" }),
React.createElement("path", { d: "M11.9211 2.80738C12.1892 2.86137 12.4505 2.68991 12.5083 2.42356L12.5098 2.41832C12.5122 2.40971 12.5172 2.39342 12.5256 2.37209C12.5428 2.32825 12.5712 2.27051 12.6145 2.21462C12.6892 2.11804 12.8245 2 13.1201 2C13.7279 2.00001 13.9339 2.51013 13.7732 2.8315C13.6685 3.04093 13.5104 3.20333 13.2969 3.36142C13.1525 3.46836 13.0201 3.54962 12.8707 3.64125C12.7682 3.7041 12.6578 3.77183 12.5301 3.85608C12.2502 4.0408 11.9441 4.27425 11.7078 4.61538C11.4655 4.96523 11.3187 5.39536 11.3004 5.94074C11.2889 6.28009 11.562 6.55902 11.8984 6.55902H14.5042C14.7803 6.55902 15.0042 6.33516 15.0042 6.05902C15.0042 5.78288 14.7803 5.55902 14.5042 5.55902H12.3581C12.3999 5.40542 12.4606 5.28491 12.5299 5.18477C12.6583 4.99945 12.8395 4.85005 13.0809 4.69075C13.1518 4.64392 13.239 4.58997 13.3332 4.53162C13.5147 4.41929 13.7225 4.29063 13.8921 4.16501C14.1798 3.95193 14.4684 3.67719 14.6677 3.27871C15.199 2.21593 14.3839 1.00002 13.1201 1C12.4799 0.999991 12.0651 1.29055 11.8236 1.60259C11.7088 1.75101 11.6375 1.89757 11.5946 2.00696C11.573 2.06224 11.5398 2.18244 11.5296 2.21852C11.4751 2.48923 11.6504 2.75287 11.9211 2.80738Z", fill: "currentColor" }))); });
SquareMetersSIcon.displayName = 'SquareMetersSIcon';