UNPKG

@icongo/gi

Version:
25 lines (24 loc) 1.73 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GIClamp = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GIClamp = function GIClamp(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M0 0h512v512H0z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M112 25c-13 0-27.05 6.78-37.64 17.36C63.78 52.95 57 67 57 80v192c0 13 6.78 27.1 17.36 37.6C84.95 320.2 99 327 112 327h311v-30H128c-11 0-20.9-5.2-28.36-12.6C92.22 276.9 87 267 87 256V96.1c0-11.03 5.21-21.01 12.63-28.45C107 60.22 117 55 128 55h295V37.56L397.9 25H112zm217 48v14h62V73h-62zm-18.5 32-10 30h119l-10-30h-99zm-10 112 10 30h99l10-30h-119zm28.5 48v14h62v-14h-62zm0 80v30h62v-30h-62zm-73 32c-2.6 0-5.9 1.8-9.3 7.3-3.3 5.6-5.7 14.1-5.7 23.7s2.4 18.1 5.7 23.7c3.4 5.5 6.7 7.3 9.3 7.3 2.6 0 5.9-1.8 9.3-7.3 3.3-5.6 5.7-14.1 5.7-23.7s-2.4-18.1-5.7-23.7c-3.4-5.5-6.7-7.3-9.3-7.3zm208 0c-2.6 0-5.9 1.8-9.3 7.3-3.3 5.6-5.7 14.1-5.7 23.7s2.4 18.1 5.7 23.7c3.4 5.5 6.7 7.3 9.3 7.3 2.6 0 5.9-1.8 9.3-7.3 3.3-5.6 5.7-14.1 5.7-23.7s-2.4-18.1-5.7-23.7c-3.4-5.5-6.7-7.3-9.3-7.3zm-175.8 20c.5 3.5.8 7.2.8 11 0 3.1-.2 6.1-.5 9h143c-.3-2.9-.5-5.9-.5-9 0-3.8.3-7.5.8-11H288.2zm56.8 38v36h30v-36h-30z" })] })); }; exports.GIClamp = GIClamp;