UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

9 lines (8 loc) 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var react_1 = tslib_1.__importDefault(require("react")); var IconBase_1 = tslib_1.__importDefault(require("../icon/IconBase")); var BoxSeamFill = function (props) { return (react_1.default.createElement(IconBase_1.default, tslib_1.__assign({ "aria-label": "box-seam-fill" }, props, { renderChild: function (childProps) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), react_1.default.createElement("path", { fillRule: "evenodd", d: "M15.528 2.973a.75.75 0 0 1 .472.696v8.662a.75.75 0 0 1-.472.696l-7.25 2.9a.75.75 0 0 1-.557 0l-7.25-2.9A.75.75 0 0 1 0 12.331V3.669a.75.75 0 0 1 .471-.696L7.443.184l.01-.003.268-.108a.75.75 0 0 1 .558 0l.269.108.01.003zM10.404 2 4.25 4.461 1.846 3.5 1 3.839v.4l6.5 2.6v7.922l.5.2.5-.2V6.84l6.5-2.6v-.4l-.846-.339L8 5.961 5.596 5l6.154-2.461z" }))); } }))); }; exports.default = BoxSeamFill;