UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const SymbolOperator = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.873 1.1c.335.136.602.398.745.73.072.17.109.352.107.537a1.34 1.34 0 01-.61 1.135 1.359 1.359 0 01-.753.223A1.355 1.355 0 011 2.362a1.355 1.355 0 01.83-1.256c.333-.14.708-.141 1.043-.006zm-.298 1.765a.551.551 0 00.332-.5.548.548 0 10-.332.5zM6.43 1.109L1.11 6.43l.686.687 5.32-5.32-.686-.687zM11.5 9h1v2.5H15v1h-2.5V15h-1v-2.5H9v-1h2.5V9zm-5.732.525l.707.707L4.707 12l1.768 1.768-.707.707L4 12.707l-1.768 1.768-.707-.707L3.293 12l-1.768-1.768.707-.707L4 11.293l1.768-1.768zm1.35-4.195a1.353 1.353 0 00-1.256-.83 1.355 1.355 0 00-1.256.83 1.362 1.362 0 001.257 1.895A1.358 1.358 0 007.118 5.33zm-.753.745a.553.553 0 01-.289.29.547.547 0 01-.599-.117.529.529 0 01-.117-.173.544.544 0 01.716-.715.565.565 0 01.173.116.549.549 0 01.116.599zM14 3h-4v1h4V3z", fill: "#C5C5C5" })); exports.default = SymbolOperator;