wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
16 lines • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
/* eslint-disable */
/* tslint:disable */
var React = tslib_1.__importStar(require("react"));
var CodeSmall = function (_a) {
var size = _a.size, props = tslib_1.__rest(_a, ["size"]);
return (React.createElement("svg", tslib_1.__assign({ viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18" }, props),
React.createElement("path", { d: "M10,6.00254473 L11,6.00254473 L8,13 L7,13 L10,6.00254473 Z M6,12 L5.74819324,12 L1.99934428,9.78978657 L2.00158404,9.20893357 L5.74819324,7 L6.00018511,7 L6.00018511,8 L3.50778222,9.5 L6,11 L6,12 Z M11.9995294,12 L11.9995294,11 L14.4917472,9.5 L11.9993443,8 L11.9993443,7 L12.2513362,7 L15.9979454,9.20893357 L16.0001851,9.78978657 L12.2513362,12 L11.9995294,12 Z" })));
};
CodeSmall.displayName = 'CodeSmall';
exports.default = CodeSmall;
/* tslint:enable */
/* eslint-enable */
//# sourceMappingURL=CodeSmall.js.map