UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.1 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 ChartLineDownBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M236 208a12 12 0 01-12 12H32a12 12 0 01-12-12V48a12 12 0 0124 0v11l52 52 23.51-23.52a12 12 0 0117 0L188 139v-11a12 12 0 0124 0v40q0 .6-.06 1.2c0 .16-.05.33-.07.49s-.06.45-.1.67-.09.38-.14.56-.09.39-.15.58l-.19.54c-.07.19-.13.38-.21.56s-.15.34-.23.5-.17.38-.27.57-.18.3-.27.45-.21.38-.33.56-.24.32-.36.47-.22.32-.34.47-.46.53-.71.78l-.08.1-.1.08c-.25.25-.51.48-.78.71l-.46.34c-.16.12-.32.25-.48.36s-.37.22-.55.33-.3.19-.46.27-.37.18-.56.27-.33.16-.51.23l-.54.21-.57.19a4.92 4.92 0 01-.55.14l-.58.15-.64.09-.53.08a11.51 11.51 0 01-1.18.05h-40a12 12 0 010-24h11l-43-43-23.51 23.52a12 12 0 01-17 0L44 93v103h180a12 12 0 0112 12z" })); exports.default = ChartLineDownBold;