UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.2 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 Scoter = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.75 4.25a2.25 2.25 0 114.5 0 2.25 2.25 0 01-4.5 0zM12 3.5A.75.75 0 1012 5a.75.75 0 000-1.5z", fill: "#323544" }), React.createElement("path", { d: "M10.5 17.5a1.5 1.5 0 013 0v3a1.5 1.5 0 01-3 0v-3zM15.675 3.5a3.765 3.765 0 010 1.5H18.5a.75.75 0 000-1.5h-2.825zM15.261 6.102c-.25.441-.589.827-.99 1.133a3.87 3.87 0 011.604 3.14v4.5c0 .933-.33 1.79-.88 2.458.004.056.005.111.005.167v1.836a5.37 5.37 0 002.375-4.461v-4.5c0-1.742-.829-3.29-2.114-4.273zM9.73 7.235a3.769 3.769 0 01-.991-1.133 5.366 5.366 0 00-2.114 4.273v4.5A5.37 5.37 0 009 19.335V17.5c0-.056.002-.111.005-.167a3.86 3.86 0 01-.88-2.458v-4.5a3.87 3.87 0 011.604-3.14zM8.325 5H5.5a.75.75 0 010-1.5h2.825a3.767 3.767 0 000 1.5z", fill: "#323544" })); exports.default = Scoter;