react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 877 B
JavaScript
import * as React from 'react';
export function SvgItunesNote(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M23.068 5.006c-.178 0-1.442.25-11.81 2.191-.081 0-.469.102-.682.28-.209.168-.32.392-.361.656-.173.69.378 13.148-.135 13.732-.224.25-.619.321-.924.377-1.824.32-3.038.488-3.902 1.31-1.49 1.454-.718 3.99 1.478 4.401.823.152 2.37-.054 3.223-.527.752-.387 1.322-1.083 1.535-2.008.183-.793.127-.245.127-12.174 0-.585.164-.737.682-.85 0 0 9.02-1.686 9.437-1.757.584-.102.864.056.864.625 0 8.087.102 7.929-.223 8.295-.224.249-.49.319-.795.375-1.825.32-2.927.376-3.791 1.199-1.093 1.067-1.078 2.76.137 3.781.905.69 1.92.86 3.166.631 1.418-.265 2.476-1.048 2.8-2.441.148-.635.1.304.094-17.202 0-.59-.336-.935-.92-.894z" })));
}
export default SvgItunesNote;