UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 2.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 SeoMonitor = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8.938 6.585c-.51 0-.92.147-1.208.462-.286.306-.418.732-.418 1.254 0 .389.086.744.262 1.062v.002c.174.309.473.646.887 1.01v.001c.32.279.528.509.636.692v.002c.105.171.159.374.159.615 0 .207-.043.325-.098.387-.047.054-.126.093-.265.093-.14 0-.22-.04-.27-.1-.053-.063-.093-.175-.093-.362v-.582H7.294v.51c0 .533.129.966.407 1.279l.001.001c.283.31.692.454 1.2.454.514 0 .929-.147 1.217-.462.292-.313.427-.75.427-1.29 0-.416-.082-.786-.252-1.105-.168-.318-.469-.659-.889-1.024-.32-.278-.531-.507-.646-.686a1.061 1.061 0 01-.157-.56c0-.184.038-.295.09-.357.046-.057.122-.096.255-.096.128 0 .204.039.253.098l.003.004c.048.055.089.166.089.369v.474h1.236v-.411c0-.532-.128-.963-.407-1.27-.276-.317-.68-.464-1.183-.464z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.024 6.585c-.515 0-.932.147-1.226.462-.291.312-.427.743-.427 1.272v3.312c0 .529.136.96.428 1.272.293.315.71.462 1.225.462.515 0 .932-.147 1.226-.462.291-.312.427-.743.427-1.272V8.319c0-.53-.136-.96-.427-1.272-.294-.315-.71-.462-1.226-.462zm-.363 1.671c0-.19.04-.305.094-.37.05-.06.13-.101.27-.101.139 0 .219.04.268.1.054.066.094.18.094.371v3.438c0 .19-.04.305-.094.37-.05.06-.13.101-.269.101-.14 0-.22-.04-.269-.1-.054-.066-.094-.18-.094-.371V8.256z", fill: "#323544" }), React.createElement("path", { d: "M13.994 6.675h-3v6.6h3v-1.2h-1.71V10.44h1.359v-1.2h-1.36V7.875h1.71v-1.2z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.787 4.172a2.25 2.25 0 00-2.25 2.25v7.406a2.25 2.25 0 002.25 2.25h7v2.25h-2.25a.75.75 0 000 1.5h6a.75.75 0 100-1.5h-2.25v-2.25h7a2.25 2.25 0 002.25-2.25V6.422a2.25 2.25 0 00-2.25-2.25h-15.5zm-.75 2.25a.75.75 0 01.75-.75h15.5a.75.75 0 01.75.75v7.406a.75.75 0 01-.75.75h-15.5a.75.75 0 01-.75-.75V6.422z", fill: "#323544" })); exports.default = SeoMonitor;