@pluralsight/ps-design-system-icon
Version:
Design System component for icon ui
62 lines • 3.87 kB
JavaScript
;
// This file is generated by running the "icons" bin script.
// Manual changes might be lost - proceed with caution!
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.QuestionFilledIcon = void 0;
var react_1 = __importStar(require("react"));
var __1 = __importDefault(require(".."));
var QuestionFilledIcon = react_1.forwardRef(function (props, ref) {
var ariaLabel = props["aria-label"], rest = __rest(props, ['aria-label']);
return (react_1.default.createElement(__1.default, __assign({}, rest, { ref: ref }),
react_1.default.createElement("svg", __assign({ "aria-label": "question filled icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm7.42-1.59h.93a.476.476 0 0 0 .471-.411c.013-.094.031-.185.054-.273.054-.212.137-.397.25-.555a1.26 1.26 0 0 1 .433-.38 1.31 1.31 0 0 1 .63-.142c.36 0 .643.1.846.298.203.199.304.506.304.92.01.244-.033.447-.128.61a1.814 1.814 0 0 1-.372.447 8.15 8.15 0 0 1-.501.406 3.4 3.4 0 0 0-.515.48 2.797 2.797 0 0 0-.426.67c-.019.04-.041.083-.066.13-.1.191-.236.449-.297.886a.442.442 0 0 0 .438.504h1.094a.447.447 0 0 0 .447-.417c.03-.441.113-.541.21-.658l.042-.052c.14-.18.3-.34.48-.48.181-.14.373-.28.576-.42a2.636 2.636 0 0 0 .975-1.225c.112-.28.169-.637.169-1.07a2.43 2.43 0 0 0-.731-1.692c-.262-.262-.607-.48-1.036-.656-.428-.176-.963-.264-1.604-.264a3.48 3.48 0 0 0-1.347.25 5.403 5.403 0 0 1-.164.065c-.23.087-.266.1-.865.632-.556.494-.676 1.37-.705 1.966a.41.41 0 0 0 .409.43zM11.5 15h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z" }))));
});
exports.QuestionFilledIcon = QuestionFilledIcon;
QuestionFilledIcon.displayName = "QuestionFilledIcon";
QuestionFilledIcon.colors = __1.default.colors;
QuestionFilledIcon.sizes = __1.default.sizes;
//# sourceMappingURL=QuestionFilled.dist.js.map