design-react-kit
Version:
Componenti React per Bootstrap 5
7 lines • 1.23 kB
JavaScript
import * as React from 'react';
export const component = ({ title, titleId, ...props }) => {
return (React.createElement("svg", { width: 24, height: 24, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', "aria-labelledby": titleId, ...props },
title ? React.createElement("title", { id: titleId }, title) : null,
React.createElement("path", { d: 'm 6.2915493,4.711268 c 2.2985915,1.719718 4.7746477,5.205633 5.6788737,7.073239 0.90845,-1.867606 3.380281,-5.353521 5.678873,-7.069014 1.660563,-1.238028 4.347887,-2.197183 4.347887,0.853521 0,0.608451 -0.350704,5.121127 -0.557746,5.852113 -0.714085,2.543662 -3.325352,3.198591 -5.645071,2.805634 4.060564,0.680281 5.087324,2.957746 2.860564,5.235211 -4.233803,4.322535 -6.084507,-1.085916 -6.557747,-2.467606 -0.08873,-0.253521 -0.12676,-0.371831 -0.12676,-0.270422 0,-0.101409 -0.04225,0.0169 -0.126761,0.270422 -0.473239,1.385916 -2.3239437,6.790141 -6.5577465,2.467606 -2.2267606,-2.277465 -1.2,-4.550704 2.856338,-5.239437 C 5.8225352,14.615493 3.215493,13.969014 2.4971831,11.416901 2.2943662,10.690141 1.9478873,6.177465 1.9478873,5.569014 c 0,-3.050704 2.6830986,-2.095775 4.343662,-0.857746 z' })));
};
//# sourceMappingURL=ItBluesky.js.map