UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.81 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 Sanity = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("g", { opacity: ".7", fill: "#323544" }, React.createElement("path", { d: "M16.927 11.423v2.492h-.82V11.85l.82-.426zM5.965 13.978l1.914-1.001-.236-.611-1.26.587-.418 1.025z" }), React.createElement("path", { d: "M16.108 11.847l2.076-1.063-.35-.594-1.726.844v.813zM10.26 11.226v2.69h-.782v-3.83l.781 1.14zM7.149 11.077l-1.184 2.9-.609-.523 1.41-3.369.383.992z" }), React.createElement("path", { d: "M6.767 10.085h.806l1.493 3.83H8.24l-1.473-3.83zM10.38 10.085l1.72 2.617v1.213l-2.622-3.83h.902zM14.387 10.085h-.813v3.83h.813v-3.83zM14.856 10.784v-.699h2.915l.413.699h-3.328zM20.584 12.462v1.453h-.806v-1.453M19.777 12.462l1.366-2.377H22l-1.416 2.377h-.806z" }), React.createElement("path", { d: "M19.777 12.462l-1.403-2.377h.883l.95 1.629-.43.748zM2.328 10.527c0 .534.335.85 1.006 1.018l.711.162c.636.143 1.022.5 1.022 1.08.005.252-.078.499-.237.698 0-.579-.304-.891-1.04-1.08l-.697-.155c-.56-.126-.991-.418-.991-1.048-.003-.243.076-.48.226-.675zM12.1 10.085h.782v3.83H12.1v-3.83z" }), React.createElement("path", { d: "M4.393 12.645c.304.19.437.457.437.84-.251.315-.692.493-1.21.493-.874 0-1.484-.422-1.62-1.155h.838c.108.336.394.492.775.492.466 0 .775-.244.781-.672M2.763 11.318a.884.884 0 01-.328-.336.864.864 0 01-.107-.455c.242-.313.663-.504 1.177-.504.89 0 1.404.46 1.53 1.11H4.23c-.089-.256-.311-.455-.717-.455-.434 0-.73.248-.747.64" }))); exports.default = Sanity;