UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 2.02 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 PlusCircleDotted = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-plus-circle-dotted", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M8 0q-.264 0-.523.017l.064.998a7 7 0 01.918 0l.064-.998A8 8 0 008 0M6.44.152q-.52.104-1.012.27l.321.948q.43-.147.884-.237L6.44.153zm4.132.271a8 8 0 00-1.011-.27l-.194.98q.453.09.884.237zm1.873.925a8 8 0 00-.906-.524l-.443.896q.413.205.793.459zM4.46.824q-.471.233-.905.524l.556.83a7 7 0 01.793-.458zM2.725 1.985q-.394.346-.74.74l.752.66q.303-.345.648-.648zm11.29.74a8 8 0 00-.74-.74l-.66.752q.346.303.648.648zm1.161 1.735a8 8 0 00-.524-.905l-.83.556q.254.38.458.793l.896-.443zM1.348 3.555q-.292.433-.524.906l.896.443q.205-.413.459-.793zM.423 5.428a8 8 0 00-.27 1.011l.98.194q.09-.453.237-.884zM15.848 6.44a8 8 0 00-.27-1.012l-.948.321q.147.43.237.884zM.017 7.477a8 8 0 000 1.046l.998-.064a7 7 0 010-.918zM16 8a8 8 0 00-.017-.523l-.998.064a7 7 0 010 .918l.998.064A8 8 0 0016 8M.152 9.56q.104.52.27 1.012l.948-.321a7 7 0 01-.237-.884l-.98.194zm15.425 1.012q.168-.493.27-1.011l-.98-.194q-.09.453-.237.884zM.824 11.54a8 8 0 00.524.905l.83-.556a7 7 0 01-.458-.793zm13.828.905q.292-.434.524-.906l-.896-.443q-.205.413-.459.793zm-12.667.83q.346.394.74.74l.66-.752a7 7 0 01-.648-.648zm11.29.74q.394-.346.74-.74l-.752-.66q-.302.346-.648.648zm-1.735 1.161q.471-.233.905-.524l-.556-.83a7 7 0 01-.793.458zm-7.985-.524q.434.292.906.524l.443-.896a7 7 0 01-.793-.459zm1.873.925q.493.168 1.011.27l.194-.98a7 7 0 01-.884-.237zm4.132.271a8 8 0 001.012-.27l-.321-.948a7 7 0 01-.884.237l.194.98zm-2.083.135a8 8 0 001.046 0l-.064-.998a7 7 0 01-.918 0zM8.5 4.5a.5.5 0 00-1 0v3h-3a.5.5 0 000 1h3v3a.5.5 0 001 0v-3h3a.5.5 0 000-1h-3z" })); exports.default = PlusCircleDotted;